home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / NewHelp 1.0.1 / NewHelp / NewHelp.rsrc / TEXT_132_C Flow.txt < prev    next >
Encoding:
Text File  |  1995-12-31  |  557 b   |  7 lines

  1. ‚Ä¢ C Flow 
  2.  
  3. Abstracts C function calls and declarations from a C source file and produces a listing of the program's calling hierarchy.  This utility will operate on any file which ends in the suffix ".c".  It will generate a new  file with the original file name plus the suffix ".flw" which contains a  sequential indented list of all functions called from each function declaration.
  4.  
  5. It is a useful utility for understanding the overall flow and calling structure of a program, particularly one that has insufficient or no documentation or commenting.
  6.  
  7.